AnnoSetRubberStampDisplayLanguage

#include “BiAnno.h”

 

BOOL CALLBACK AnnoSetRubberStampDisplayLanguage(INT_PTR pAnno, int nLanguage);

 

Description

 

Sets the display language for all rubber stamps. The available languages are English, French, German and Spanish.

The default language is English.

 

Parameters

 

INT_PTR

pAnno

Annotation handle

int

nLanguage

The language with which to display rubber stamp annotations. Possible values (AnnoLanguages enum):

A_LANG_ENGLISH, (= 0)

A_LANG_FRENCH, (= 1)

A_LANG_GERMAN, (= 2)

A_LANG_SPANISH (= 3)

 

Return value

 

Returns TRUE on success, otherwise FALSE.

 

Programming Notes

 

Use this function before burning in or displaying rubber stamp annotations.           

Using this function after displaying rubber stamp annotations requires the annotations to be redrawn using AnnoUIOnPaint for the changes to take effect.